<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*demo3.css*/

.cpc ul{
    margin: 0 auto;
    list-style: none;
}
.cpc ul li{
    line-height:50px;
    background: #fff;
	font-size:18px;
	border: solid 1px #ccc;

}
/*闅愯棌input鍥烘湁鐨勯€夋嫨灏忔柟鍧�*/
.cpc ul li input{
    display: none;
}
/*榛樿鎯呭喌涓媎iv鏄殣钘忕殑*/
.cpc ul li div{
	display: none;
    background-color:#fff;
}

.cpc ul li div a{
	display:block;
	height:37px;
    line-height:37px;
	font-size:14px;
	color:#666;
	border-top: 1px dashed #e3e1e1;
	    margin-left: 30px;
}
/*璁剧疆label澶у皬骞跺皢鍏惰缃潡绾у厓绱狅紝 鍙互鐐瑰嚮浠讳綍涓€涓湴鏂归兘鑳借揪鍒版晥鏋�*/
.cpc ul li label{
    display: block;
    height: 50px;
    margin-left:15px;
	color:#000;
}
/*褰撻€変腑鏌愪釜label锛屽皢div鏄剧ず "+" 琛ㄧず鍙兘鎵惧埌鍚庨潰鐨勪竴涓厔寮�*/
.cpc ul li input[type=checkbox]:checked+label+div{
    display: block;
    padding: 0 0 0 20px;    </pre></body></html>